projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa954c3
)
(find-tag-noselect): Don't bind
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 27 Jan 2001 13:46:21 +0000
(13:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 27 Jan 2001 13:46:21 +0000
(13:46 +0000)
tags-file-name.
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 131610e09d734e2c1207874162670909541f6ace..3735b2f0ff65f3468da224ed81399f1f29975b72 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-823,8
+823,7
@@
See documentation of variable `tags-file-name'."
;; Save the current buffer's value of `find-tag-hook' before
;; selecting the tags table buffer. For the same reason, save value
;; of `tags-file-name' in case it has a buffer-local value.
- (let ((local-find-tag-hook find-tag-hook)
- (tags-file-name tags-file-name))
+ (let ((local-find-tag-hook find-tag-hook))
(if (eq '- next-p)
;; Pop back to a previous location.
(if (ring-empty-p tags-location-ring)